Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags. |
Simple Error Handling
Description: Simple cross-platform error handling macros, flags, asserts used by the ecl.Keywords: ecl errors
Tutorial Level: BEGINNER
The following tutorials show how to use the ecl_errors package for simple cross-platform error handling. For higher level error handling, see ecl_exceptions.
Debug modes - Toggling debug/ndebug mode for the ecl.
Error Handling - Shows how the ecl does error handling at the simplest level, with macros and flags.
Assertions - how to utilise ecl's run-time and compile-time asserts/aborts.